[cocos+lua] 代碼實現翻轉效果(水平/豎直) 現在我需要在游戲中才對控件進行翻轉,該如何操作呢? 其實很簡單,使用setScale即可實現! widget:setScaleX( -1) -- 在x軸上翻轉 ...